home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / GAMES / ROIDS / GPL < prev   
Text File  |  1998-07-14  |  18KB  |  350 lines

  1. GNU General Public License
  2.  
  3.   ------------------------------------------------------------------------
  4.  
  5. Table of Contents
  6.  
  7.    * GNU GENERAL PUBLIC LICENSE
  8.         o Preamble
  9.         o TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  10.         o How to Apply These Terms to Your New Programs
  11.  
  12.   ------------------------------------------------------------------------
  13.  
  14. GNU GENERAL PUBLIC LICENSE
  15.  
  16. Version 2, June 1991
  17.  
  18. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  19. 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  20.  
  21. Everyone is permitted to copy and distribute verbatim copies
  22. of this license document, but changing it is not allowed.
  23.  
  24. Preamble
  25. --------
  26.  
  27. The licenses for most software are designed to take away your freedom to
  28. share and change it. By contrast, the GNU General Public License is intended
  29. to guarantee your freedom to share and change free software--to make sure
  30. the software is free for all its users. This General Public License applies
  31. to most of the Free Software Foundation's software and to any other program
  32. whose authors commit to using it. (Some other Free Software Foundation
  33. software is covered by the GNU Library General Public License instead.) You
  34. can apply it to your programs, too.
  35.  
  36. When we speak of free software, we are referring to freedom, not price. Our
  37. General Public Licenses are designed to make sure that you have the freedom
  38. to distribute copies of free software (and charge for this service if you
  39. wish), that you receive source code or can get it if you want it, that you
  40. can change the software or use pieces of it in new free programs; and that
  41. you know you can do these things.
  42.  
  43. To protect your rights, we need to make restrictions that forbid anyone to
  44. deny you these rights or to ask you to surrender the rights. These
  45. restrictions translate to certain responsibilities for you if you distribute
  46. copies of the software, or if you modify it.
  47.  
  48. For example, if you distribute copies of such a program, whether gratis or
  49. for a fee, you must give the recipients all the rights that you have. You
  50. must make sure that they, too, receive or can get the source code. And you
  51. must show them these terms so they know their rights.
  52.  
  53. We protect your rights with two steps: (1) copyright the software, and (2)
  54. offer you this license which gives you legal permission to copy, distribute
  55. and/or modify the software.
  56.  
  57. Also, for each author's protection and ours, we want to make certain that
  58. everyone understands that there is no warranty for this free software. If
  59. the software is modified by someone else and passed on, we want its
  60. recipients to know that what they have is not the original, so that any
  61. problems introduced by others will not reflect on the original authors'
  62. reputations.
  63.  
  64. Finally, any free program is threatened constantly by software patents. We
  65. wish to avoid the danger that redistributors of a free program will
  66. individually obtain patent licenses, in effect making the program
  67. proprietary. To prevent this, we have made it clear that any patent must be
  68. licensed for everyone's free use or not licensed at all.
  69.  
  70. The precise terms and conditions for copying, distribution and modification
  71. follow.
  72.  
  73. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  74.  
  75. 0. This License applies to any program or other work which contains a notice
  76. placed by the copyright holder saying it may be distributed under the terms
  77. of this General Public License. The "Program", below, refers to any such
  78. program or work, and a "work based on the Program" means either the Program
  79. or any derivative work under copyright law: that is to say, a work
  80. containing the Program or a portion of it, either verbatim or with
  81. modifications and/or translated into another language. (Hereinafter,
  82. translation is included without limitation in the term "modification".) Each
  83. licensee is addressed as "you".
  84.  
  85. Activities other than copying, distribution and modification are not covered
  86. by this License; they are outside its scope. The act of running the Program
  87. is not restricted, and the output from the Program is covered only if its
  88. contents constitute a work based on the Program (independent of having been
  89. made by running the Program). Whether that is true depends on what the
  90. Program does.
  91.  
  92. 1. You may copy and distribute verbatim copies of the Program's source code
  93. as you receive it, in any medium, provided that you conspicuously and
  94. appropriately publish on each copy an appropriate copyright notice and
  95. disclaimer of warranty; keep intact all the notices that refer to this
  96. License and to the absence of any warranty; and give any other recipients of
  97. the Program a copy of this License along with the Program.
  98.  
  99. You may charge a fee for the physical act of transferring a copy, and you
  100. may at your option offer warranty protection in exchange for a fee.
  101.  
  102. 2. You may modify your copy or copies of the Program or any portion of it,
  103. thus forming a work based on the Program, and copy and distribute such
  104. modifications or work under the terms of Section 1 above, provided that you
  105. also meet all of these conditions:
  106.  
  107.    * a) You must cause the modified files to carry prominent notices stating
  108.      that you changed the files and the date of any change.
  109.  
  110.    * b) You must cause any work that you distribute or publish, that in
  111.      whole or in part contains or is derived from the Program or any part
  112.      thereof, to be licensed as a whole at no charge to all third parties
  113.      under the terms of this License.
  114.  
  115.    * c) If the modified program normally reads commands interactively when
  116.      run, you must cause it, when started running for such interactive use
  117.      in the most ordinary way, to print or display an announcement including
  118.      an appropriate copyright notice and a notice that there is no warranty
  119.      (or else, saying that you provide a warranty) and that users may
  120.      redistribute the program under these conditions, and telling the user
  121.      how to view a copy of this License. (Exception: if the Program itself
  122.      is interactive but does not normally print such an announcement, your
  123.      work based on the Program is not required to print an announcement.)
  124.  
  125. These requirements apply to the modified work as a whole. If identifiable
  126. sections of that work are not derived from the Program, and can be
  127. reasonably considered independent and separate works in themselves, then
  128. this License, and its terms, do not apply to those sections when you
  129. distribute them as separate works. But when you distribute the same sections
  130. as part of a whole which is a work based on the Program, the distribution of
  131. the whole must be on the terms of this License, whose permissions for other
  132. licensees extend to the entire whole, and thus to each and every part
  133. regardless of who wrote it.
  134.  
  135. Thus, it is not the intent of this section to claim rights or contest your
  136. rights to work written entirely by you; rather, the intent is to exercise
  137. the right to control the distribution of derivative or collective works
  138. based on the Program.
  139.  
  140. In addition, mere aggregation of another work not based on the Program with
  141. the Program (or with a work based on the Program) on a volume of a storage
  142. or distribution medium does not bring the other work under the scope of this
  143. License.
  144.  
  145. 3. You may copy and distribute the Program (or a work based on it, under
  146. Section 2) in object code or executable form under the terms of Sections 1
  147. and 2 above provided that you also do one of the following:
  148.  
  149.    * a) Accompany it with the complete corresponding machine-readable source
  150.      code, which must be distributed under the terms of Sections 1 and 2
  151.      above on a medium customarily used for software interchange; or,
  152.  
  153.    * b) Accompany it with a written offer, valid for at least three years,
  154.      to give any third party, for a charge no more than your cost of
  155.      physically performing source distribution, a complete machine-readable
  156.      copy of the corresponding source code, to be distributed under the
  157.      terms of Sections 1 and 2 above on a medium customarily used for
  158.      software interchange; or,
  159.  
  160.    * c) Accompany it with the information you received as to the offer to
  161.      distribute corresponding source code. (This alternative is allowed only
  162.      for noncommercial distribution and only if you received the program in
  163.      object code or executable form with such an offer, in accord with
  164.      Subsection b above.)
  165.  
  166. The source code for a work means the preferred form of the work for making
  167. modifications to it. For an executable work, complete source code means all
  168. the source code for all modules it contains, plus any associated interface
  169. definition files, plus the scripts used to control compilation and
  170. installation of the executable. However, as a special exception, the source
  171. code distributed need not include anything that is normally distributed (in
  172. either source or binary form) with the major components (compiler, kernel,
  173. and so on) of the operating system on which the executable runs, unless that
  174. component itself accompanies the executable.
  175.  
  176. If distribution of executable or object code is made by offering access to
  177. copy from a designated place, then offering equivalent access to copy the
  178. source code from the same place counts as distribution of the source code,
  179. even though third parties are not compelled to copy the source along with
  180. the object code.
  181.  
  182. 4. You may not copy, modify, sublicense, or distribute the Program except as
  183. expressly provided under this License. Any attempt otherwise to copy,
  184. modify, sublicense or distribute the Program is void, and will automatically
  185. terminate your rights under this License. However, parties who have received
  186. copies, or rights, from you under this License will not have their licenses
  187. terminated so long as such parties remain in full compliance.
  188.  
  189. 5. You are not required to accept this License, since you have not signed
  190. it. However, nothing else grants you permission to modify or distribute the
  191. Program or its derivative works. These actions are prohibited by law if you
  192. do not accept this License. Therefore, by modifying or distributing the
  193. Program (or any work based on the Program), you indicate your acceptance of
  194. this License to do so, and all its terms and conditions for copying,
  195. distributing or modifying the Program or works based on it.
  196.  
  197. 6. Each time you redistribute the Program (or any work based on the
  198. Program), the recipient automatically receives a license from the original
  199. licensor to copy, distribute or modify the Program subject to these terms
  200. and conditions. You may not impose any further restrictions on the
  201. recipients' exercise of the rights granted herein. You are not responsible
  202. for enforcing compliance by third parties to this License.
  203.  
  204. 7. If, as a consequence of a court judgment or allegation of patent
  205. infringement or for any other reason (not limited to patent issues),
  206. conditions are imposed on you (whether by court order, agreement or
  207. otherwise) that contradict the conditions of this License, they do not
  208. excuse you from the conditions of this License. If you cannot distribute so
  209. as to satisfy simultaneously your obligations under this License and any
  210. other pertinent obligations, then as a consequence you may not distribute
  211. the Program at all. For example, if a patent license would not permit
  212. royalty-free redistribution of the Program by all those who receive copies
  213. directly or indirectly through you, then the only way you could satisfy both
  214. it and this License would be to refrain entirely from distribution of the
  215. Program.
  216.  
  217. If any portion of this section is held invalid or unenforceable under any
  218. particular circumstance, the balance of the section is intended to apply and
  219. the section as a whole is intended to apply in other circumstances.
  220.  
  221. It is not the purpose of this section to induce you to infringe any patents
  222. or other property right claims or to contest validity of any such claims;
  223. this section has the sole purpose of protecting the integrity of the free
  224. software distribution system, which is implemented by public license
  225. practices. Many people have made generous contributions to the wide range of
  226. software distributed through that system in reliance on consistent
  227. application of that system; it is up to the author/donor to decide if he or
  228. she is willing to distribute software through any other system and a
  229. licensee cannot impose that choice.
  230.  
  231. This section is intended to make thoroughly clear what is believed to be a
  232. consequence of the rest of this License.
  233.  
  234. 8. If the distribution and/or use of the Program is restricted in certain
  235. countries either by patents or by copyrighted interfaces, the original
  236. copyright holder who places the Program under this License may add an
  237. explicit geographical distribution limitation excluding those countries, so
  238. that distribution is permitted only in or among countries not thus excluded.
  239. In such case, this License incorporates the limitation as if written in the
  240. body of this License.
  241.  
  242. 9. The Free Software Foundation may publish revised and/or new versions of
  243. the General Public License from time to time. Such new versions will be
  244. similar in spirit to the present version, but may differ in detail to
  245. address new problems or concerns.
  246.  
  247. Each version is given a distinguishing version number. If the Program
  248. specifies a version number of this License which applies to it and "any
  249. later version", you have the option of following the terms and conditions
  250. either of that version or of any later version published by the Free
  251. Software Foundation. If the Program does not specify a version number of
  252. this License, you may choose any version ever published by the Free Software
  253. Foundation.
  254.  
  255. 10. If you wish to incorporate parts of the Program into other free programs
  256. whose distribution conditions are different, write to the author to ask for
  257. permission. For software which is copyrighted by the Free Software
  258. Foundation, write to the Free Software Foundation; we sometimes make
  259. exceptions for this. Our decision will be guided by the two goals of
  260. preserving the free status of all derivatives of our free software and of
  261. promoting the sharing and reuse of software generally.
  262.  
  263. NO WARRANTY
  264.  
  265. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
  266. THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  267. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  268. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  269. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  270. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
  271. THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM
  272. PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
  273. CORRECTION.
  274.  
  275. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  276. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  277. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  278. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  279. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO
  280. LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
  281. THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  282. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  283. POSSIBILITY OF SUCH DAMAGES.
  284.  
  285. END OF TERMS AND CONDITIONS
  286.  
  287.  
  288. How to Apply These Terms to Your New Programs
  289. ---------------------------------------------
  290.  
  291. If you develop a new program, and you want it to be of the greatest possible
  292. use to the public, the best way to achieve this is to make it free software
  293. which everyone can redistribute and change under these terms.
  294.  
  295. To do so, attach the following notices to the program. It is safest to
  296. attach them to the start of each source file to most effectively convey the
  297. exclusion of warranty; and each file should have at least the "copyright"
  298. line and a pointer to where the full notice is found.
  299.  
  300. one line to give the program's name and an idea of what it does.
  301. Copyright (C) 19yy  name of author
  302.  
  303. This program is free software; you can redistribute it and/or
  304. modify it under the terms of the GNU General Public License
  305. as published by the Free Software Foundation; either version 2
  306. of the License, or (at your option) any later version.
  307.  
  308. This program is distributed in the hope that it will be useful,
  309. but WITHOUT ANY WARRANTY; without even the implied warranty of
  310. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  311. GNU General Public License for more details.
  312.  
  313. You should have received a copy of the GNU General Public License
  314. along with this program; if not, write to the Free Software
  315. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  316.  
  317. Also add information on how to contact you by electronic and paper mail.
  318.  
  319. If the program is interactive, make it output a short notice like this when
  320. it starts in an interactive mode:
  321.  
  322. Gnomovision version 69, Copyright (C) 19yy name of author
  323. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  324. type `show w'.  This is free software, and you are welcome
  325. to redistribute it under certain conditions; type `show c'
  326. for details.
  327.  
  328. The hypothetical commands `show w' and `show c' should show the appropriate
  329. parts of the General Public License. Of course, the commands you use may be
  330. called something other than `show w' and `show c'; they could even be
  331. mouse-clicks or menu items--whatever suits your program.
  332.  
  333. You should also get your employer (if you work as a programmer) or your
  334. school, if any, to sign a "copyright disclaimer" for the program, if
  335. necessary. Here is a sample; alter the names:
  336.  
  337. Yoyodyne, Inc., hereby disclaims all copyright
  338. interest in the program `Gnomovision'
  339. (which makes passes at compilers) written
  340. by James Hacker.
  341.  
  342. signature of Ty Coon, 1 April 1989
  343. Ty Coon, President of Vice
  344.  
  345. This General Public License does not permit incorporating your program into
  346. proprietary programs. If your program is a subroutine library, you may
  347. consider it more useful to permit linking proprietary applications with the
  348. library. If this is what you want to do, use the GNU Library General Public
  349. License instead of this License.
  350.